projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
975c500
)
(Signaling Errors): Fix `wrong-type-argument' name.
author
Glenn Morris
<rgm@gnu.org>
Tue, 25 Nov 2008 04:27:29 +0000
(
04:27
+0000)
committer
Glenn Morris
<rgm@gnu.org>
Tue, 25 Nov 2008 04:27:29 +0000
(
04:27
+0000)
doc/lispref/control.texi
patch
|
blob
|
history
diff --git
a/doc/lispref/control.texi
b/doc/lispref/control.texi
index 86627323fdb4416703fe560a82b88c9eee7da40b..a98bd24832b80abbaf647e31c7f6bfab489d8761 100644
(file)
--- a/
doc/lispref/control.texi
+++ b/
doc/lispref/control.texi
@@
-803,7
+803,7
@@
error message is the @sc{car} of @var{data} (that must be a string).
Subcategories of @code{file-error} are handled specially.
The number and significance of the objects in @var{data} depends on
-@var{error-symbol}. For example, with a @code{wrong-type-arg} error,
+@var{error-symbol}. For example, with a @code{wrong-type-arg
ument
} error,
there should be two objects in the list: a predicate that describes the type
that was expected, and the object that failed to fit that type.